home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / First_Edition_Puzzle.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-03-28  |  223 b   |  15 lines

  1. on(release){
  2.    set("/:DropName",_droptarget);
  3.    if(eval("/:DropName") eq "/T02")
  4.    {
  5.       gotoAndStop(3);
  6.       _X = "220.5";
  7.       _Y = "58";
  8.    }
  9.    else
  10.    {
  11.       gotoAndStop(1);
  12.    }
  13.    stopDrag();
  14. }
  15.